home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / qdhelp.zip / GLOSSARY.QDH next >
Text File  |  1994-03-19  |  1KB  |  90 lines

  1. //
  2. // glossary example for qdhelp
  3. //
  4. // This is a sample qdh file showing how to implement
  5. // glossaries using QDHELP
  6. //
  7. //
  8.  
  9. //
  10. // set up the options for the .hpj file
  11. //
  12.  
  13. /hpjoption COPYRIGHT,Copyright (c) Phil Allen 1991-1994
  14. /hpjoption REPORT,ON
  15. /hpjoption TITLE,GLOSSARY EXAMPLE
  16. /hpjoption CONTENTS,GLOSSARY_EXAMPLE
  17.  
  18. /hpjconfig BrowseButtons()
  19. /hpjconfig CreateButton("GlossaryButton","&Glossary","JI(`GLOSSARY.HLP >glossary',`GLOSSARY')")
  20.  
  21. /hpjwindows glossary="Glossary",(100,100,511,511),0,(255,255,255),(255,255,255)
  22.  
  23. //
  24. // start of topics
  25. //
  26.  
  27. /topic GLOSSARY_EXAMPLE
  28.  
  29.     /title Glossary Example
  30.     
  31.     /para \sa150 \keepn
  32.     /text \b\i\fs50,Glossary Example
  33.     /endpara
  34.  
  35.     /para \fi200 \sa150
  36.         This .QDH file show you how to create a glossary window in 
  37.         your very own help system!  Use it and make your help quick
  38.         Dirty and professional.
  39.     /endpara
  40.  
  41. /endtopic
  42.  
  43. /glossarytopic CCCCCC
  44.  
  45.   /para
  46.    Some stupid text for CCCC
  47.   /endpara
  48.  
  49. /endtopic
  50.  
  51. /glossarytopic AAAAAA
  52.  
  53.   /para
  54.    Some stupid text for AAAAA
  55.   /endpara
  56.  
  57. /endtopic
  58.  
  59. /glossarytopic BB
  60.  
  61.   /para
  62.    Some stupid text for BB
  63.   /endpara
  64.  
  65. /endtopic
  66.  
  67. /glossarytopic dialovesme
  68.  
  69.   /para
  70.    Some stupid text for dialovesme
  71.   /endpara
  72.  
  73. /endtopic
  74.  
  75. /glossarytopic AAA
  76.  
  77.   /para
  78.    Some stupid text for AAA
  79.   /endpara
  80.  
  81. /endtopic
  82.  
  83. /glossarytopic PhilipAllen
  84.  
  85.   /para
  86.    Some stupid text for PhilipAllen
  87.   /endpara
  88.  
  89. /endtopic
  90.